Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update to newer versions of reth and revm #6

Closed
wants to merge 14 commits into from

Conversation

ratankaliani
Copy link
Member

@ratankaliani ratankaliani commented Apr 25, 2024

Overview

Update to a newer version of sp1-reth, and use cleaner sp1-revm and sp1-reth patched crates, with the goal of merging upstream.

@ratankaliani ratankaliani changed the title feat: wip feat: Update to a newer version of sp1-reth and use the cleaner sp1-revm and sp1-reth patched crates. Apr 27, 2024
@ratankaliani ratankaliani changed the title feat: Update to a newer version of sp1-reth and use the cleaner sp1-revm and sp1-reth patched crates. feat: Update to newer versions of reth and revm Apr 27, 2024
@@ -162,6 +162,7 @@ where
pub fn execute(&mut self) {
let gwei_to_wei: U256 = U256::from(1_000_000_000);
let spec_id = SpecId::SHANGHAI;

let mut evm = Evm::builder()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: Modify the EVMBuilder here to add precompiles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant